ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLineAxisView<TCoordinateSystemView> Class / _getAxisLinePosition Method

In This Topic
    _getAxisLinePosition Method (_BaseLineAxisView<TCoordinateSystemView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getAxisLinePosition( _
       ByVal render As IRender _
    ) As Nullable(Of Double)
    public Nullable<double> _getAxisLinePosition( 
       IRender render
    )

    Parameters

    render
    See Also